home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / phant81s.zip / CHANGES next >
Text File  |  1992-10-21  |  4KB  |  118 lines

  1. 10/21/92  8.1
  2.  
  3.   - Minor changes.  Added documentation for the Digiboard support.  It is
  4.     in version 8.0, but I forgot to document it.
  5.  
  6.   - Fixed the wording of the prompt when asking if you have a character to
  7.     play.
  8.  
  9.  
  10. 10/07/92  8.0
  11.  
  12.   - Fixed a problem when the first person who became king went to collect
  13.     taxes, they got an extremely large amount of gold.
  14.  
  15.   - Fixed a condition where a monster could transport a character into the
  16.     point of no return.
  17.  
  18.   - When a person became king, the location of the grail was being moved to
  19.     a location where it couldn't be reached.  Fixed.
  20.  
  21.   - A problem was fixed where if a player listed out other players and the
  22.     last screen had a player in the point of no return, the player doing the
  23.     listing was also transported into the point of no return.
  24.  
  25.   - Added a check to see if only one person is playing.  If there is, data is
  26.     not written to the disk as often.
  27.  
  28.   - Added support for local play mode.  Phantasia may be started with the
  29.     command line parameter LOCAL.
  30.  
  31.  
  32.  8/20/92  7.9
  33.  
  34.   - A problem was discovered where if a large value was entered on some
  35.     prompts, a floating point overflow would occur.  This has been fixed.
  36.  
  37.  
  38.  5/06/92  7.8
  39.  
  40.   - It appears that the system was placing a double backslash (\\) in the
  41.     variable used to get the executable path.  This variable was used to find
  42.     the configuration file.  It has been there for a long time, but a system
  43.     was having problems with it so I fixed it.
  44.  
  45.  
  46.  5/02/92  7.7
  47.  
  48.   - Made changes to opening screens for copyright reasons.  No code change in
  49.     this release.
  50.  
  51.  
  52.  3/02/92  7.6
  53.  
  54.   - Found to cause of the hangs and fixed it.  PLAYERS files still need to be
  55.     removed before running this new version.
  56.  
  57.  
  58.  2/24/92  7.5
  59.  
  60.   - Added WWIV support for CHAIN.TXT.
  61.  
  62.   - Traced the source of some hangs at startup to a bad PLAYERS file.  If you
  63.     are having problems with the door locking up, delete this file and try
  64.     running the door again.
  65.  
  66.  
  67.  2/18/92  7.4  Not publicly release
  68.  
  69.   - Fixed a problem where if a user dropped carrier right after being killed,
  70.     they would not be dead when they started back up.
  71.  
  72.   - Fixed a problem with Novell Networks not being able to open some files.
  73.  
  74.   - Removed the creation of the PHANTLOC files.
  75.  
  76.  
  77.  1/18/92  7.3
  78.  
  79.   - There have been some reports of DIVIDE ERROR when fighting monsters.  I
  80.     have gone through the code and cannot find anything obvious.  I have made
  81.     a couple changes in the only places where a divide by zero could occur.
  82.     If you see the problems, please let me know.
  83.  
  84.   - Fixed a problem when running with Lantastic.  If a second node got into
  85.     the game, a share violation was returned.
  86.  
  87.  
  88. 12/17/91  7.2
  89.  
  90.   - There was some problems with file sharing violations.  This version fixes
  91.     all the ones that could be reproduced and verified.  This should fix all
  92.     share violations that have occured.
  93.  
  94.   - Fixed a bug when fighting the Dark Lord, no magic should have been able
  95.     to work against him.
  96.  
  97.  
  98. 11/16/91  7.1
  99.  
  100.   - In an attempt to fix a problem where a random character of garbage data
  101.     was being created, all writes to the character file are now routed
  102.     through one routine.  The routine checks for the correct size of the 
  103.     write and terminates the game if the size is incorrect.  Please let me
  104.     know if you ever get this error.
  105.  
  106.   - Wasn't closing the config file after reading it.  Since this file wasn't
  107.     opened in share mode, could cause share violations if others tried to
  108.     open it.  This was also the reason for the error (Could not open config)
  109.     that was happening when a player exited the game.
  110.  
  111.   - Fix some file checking that was reporting errors to PHANTERR when all
  112.     that was wrong was the file had not be created yet, but would be.
  113.  
  114.   - Fixed a bug that would not allow you to go into wizard mode if you had
  115.     players restricted to one character.
  116.  
  117.  
  118.